Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  Booting from USB HDD with Ubuntu already on it  General HelpNext Question:  [ubuntu] Compiz wont work  Desktop Effects Customization
Question [all variants] apt get huh ( Ubuntu Forums Absolute Beginner Talk )
Updated: 2008-11-23 01:45:08 (6)
[all variants] apt get huh

How does apt-get work?

Answers: [all variants] apt get huh ( Ubuntu Forums Absolute Beginner Talk )
[all variants] apt get huh

It is not wrong to browse the help.ubuntu.com first
We are all willing to help but sometimes you will find great answers to frequently asked questions there:
for apt-get have a look here
https://help.ubuntu.com/community/Ap...ct=AptGetHowto

Michael.Godawski

[all variants] apt get huh

if you have downloaded a .deb, all you need to do to install it is double-click on it then press "install"

-Zeus-

[all variants] apt get huh

if have packs on a flash that i want to install
do i just do the
sudo apt-get pack.deb

and the comp will find the pack on my flash and dload

carrarin

[all variants] apt get huh

Also if you ever want to know more about a program or command try looking at it's man page, can be kinda cryptic at times but does provide insight

Code:
man apt-get

jerome1232

[all variants] apt get huh

simple, launch a terminal (applications > accessories > terminal)

then type

Code:
sudo apt get install 'application name'
to install something
Code:
sudo apt-get remove 'application name'
to uninstall something
Code:
sudo apt-get upgrade
to upgrade everything

Thats a very simple version of how to use it, there are more complicated things you don't need to worry about right now.

You can also go Applications > add/remove and it's very simple, you type in what you're looking for, check or uncheck it, and click apply

hope this helps

jgrabham

[all variants] apt get huh

apt-get is the method that is used to tell the system to install (and download from the repo if needed) software. It can also work in reverse to remove a program

ie. sudo apt-get install build-essential

tells the system to download and install the files associated with build-essential

sudo apt-get remove amsn

will tell the system to remove amsn from the computer

halitech

Previous Question:  Booting from USB HDD with Ubuntu already on it  Ubuntu Forums  General HelpNext Question:  [ubuntu] Compiz wont work  Ubuntu Forums  Desktop Effects Customization

- Source: [all variants] apt get huh Ubuntu Forums Absolute Beginner Talk
- Previous Question: Booting from USB HDD with Ubuntu already on it Ubuntu Forums General Help
- Next Question: [ubuntu] Compiz wont work Ubuntu Forums Desktop Effects Customization